<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.app{display: none;}
@media screen and (max-width:1500px){
	.ie .layout-rowMain{
        width: 1200px;
    }
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1280px){
	
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:800px){
	.pc{display: none;}
	.app{display: inline-block;}
}

@media screen and (max-width:600px){
	
}
</pre></body></html>